summaryrefslogtreecommitdiff
path: root/src/app/article/all/[pageId]/page.tsx
diff options
context:
space:
mode:
authorFushihara <1039534+fushihara@users.noreply.github.com>2024-09-28 18:33:11 +0900
committerFushihara <1039534+fushihara@users.noreply.github.com>2024-09-28 18:33:11 +0900
commit67c590c46f3a29795308098e9c6d0fa1da53e805 (patch)
tree35b8f5f26b9ff48580f28de1131f19fd7c8c3569 /src/app/article/all/[pageId]/page.tsx
parent693a05cc8b83e1cbbe22184b5ffd8a360157e1ff (diff)
テーブル作成の処理を切り出し
Diffstat (limited to 'src/app/article/all/[pageId]/page.tsx')
-rw-r--r--src/app/article/all/[pageId]/page.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/article/all/[pageId]/page.tsx b/src/app/article/all/[pageId]/page.tsx
index 2b9685c..c94909a 100644
--- a/src/app/article/all/[pageId]/page.tsx
+++ b/src/app/article/all/[pageId]/page.tsx
@@ -4,6 +4,7 @@ import { ArticleListElement } from "../../_components/articleListElement";
import { PPV } from "../../../../util/consts";
import { chunk } from "../../../../util/arrayChunk";
import { pagenationElement } from "../../_components/pagenationElement";
+import { TableElement } from "../../../_components/tableElements";
dateformat.i18n.dayNames = [
'日', '月', '火', '水', '木', '金', '土',
'日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'